Click or drag to resize

MediaCollectionContains Method

Determines whether the MediaCollection contains a specific Time.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public bool Contains(
	Media media
)

Parameters

media
Type: Independentsoft.Sip.SdpMedia
The Media to check for.

Return Value

Type: Boolean
true if the collection contains the specified Media; otherwise, false.
See Also